home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / mc51bugs.zip / Q39638 < prev    next >
Text File  |  1988-12-30  |  1KB  |  42 lines

  1. Q39638 /Ss Fails under Environment Variable Setting
  2. C Compiler
  3. 5.10   | 5.10
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.  
  8. If you set CL= in your environment with the /Ss switch and a string
  9. with embedded spaces within quotation marks, the listing file will not
  10. contain the expected results.
  11.  
  12. For example if your AUTOEXEC file contains the following line
  13.  
  14.    SET CL=/Fs /Ss"Line with spaces"
  15.  
  16. and you invoke the compiler with the following command, the compiler
  17. produces the .LST file as expected:
  18.  
  19.    CL filename.C
  20.  
  21. However, the header would read as follows
  22.  
  23.    "Line
  24.  
  25. instead of the following:
  26.  
  27.    "Line with spaces"
  28.  
  29. More Information:
  30.  
  31. Microsoft has confirmed this to be a problem in Version 5.10. We are
  32. researching this problem and will post new information as it becomes
  33. available.
  34.  
  35.  
  36. The workaround is to remove the /Ss"Line with spaces" from the
  37. environment CL setting, and either type it on the command line, or put
  38. it into a batch file, or make file.
  39.  
  40. Keywords:  buglist5.10
  41. Updated  88/12/30 04:34
  42.